html,
body {
	padding: 0 !important;
	margin: 0;
	overflow-x: hidden;
}

*,
ul,
li,
p,
div,
img,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
	box-sizing: border-box;
}
a:hover {
	text-decoration: none !important;
}

.over {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overs {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.block {
	display: block;
}

.center-img {
	position: absolute;
	top: 50%;
	left: 50%;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}
.none{
	display: none;
}
.b{
	border: 1px solid;
}
.body{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cnt_wid{
	width: 1130px;
	margin: auto;
}


.public_title{
	width: 100%;
	margin-top: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.public_title span{
	margin: 0 20px;
	font-size: 20px;
	font-weight: 600;
}



.public_head_text {
	color: #333333;
	font-weight: 600;
	font-size: 16px !important;
}
body>div:nth-child(3) {
	margin-top: 149px;
}
.cnt_wid{
	max-width: 1130px !important;
	width: 100% !important;
	margin: auto !important;
}
.public_bottom_cnt{
	display: flex;
	/* justify-content: space-around; */
}
.public_bottom_cnt_out{
	padding: 20px;
}

.bottom_logo {
	width: 20%;
}
.bottom_logo>img {
	width: 90%;
}

.public_bottom_cnt {
	width: 60%;
}

.bottom_wx {
	width: 20%;
}

.wx_public_head{
	width: 100%;
	height: 50px;
	background: #255AB8;
	color: white;
	text-align: center;
	display: none;
	line-height: 50px;
	margin-top: 0 !important;
	position: fixed;
}
@media screen and (max-width: 1000px) {
    .bottom_wx,.bottom_logo{
		display: none;
	}
	.public_bottom_cnt{
		width: 100%;
	}
}

@media screen and (max-width: 730px) {
	.public_head,.about_us_banner,.about_us_local,.detail_cnt_left{
		display: none;
	}
	.wx_public_head{
		display: block;
	}
	.detail_cnt_right{
		width: 100%;
		padding: 10px;
	}
	body>div:nth-child(3) {
		margin-top: 50px;
	}
}
@media screen and (max-width: 650px) {
	.public_bottom{
		display: none;
	}
}